(command_loop_1): Redo change of 2001-03-12.
authorGerd Moellmann <gerd@gnu.org>
Wed, 25 Apr 2001 14:36:03 +0000 (14:36 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 25 Apr 2001 14:36:03 +0000 (14:36 +0000)
src/keyboard.c

index a9dd324a381594c2b9265715cf138ff888851a05..da1ce089b9dd897d54b10827fcc536cbbe987907 100644 (file)
@@ -1479,6 +1479,10 @@ command_loop_1 ()
          this variable differently.  */
       Vdisable_point_adjustment = Qnil;
 
+      /* Process filters and timers may have messed with deactivate-mark.
+        reset it before we execute the command. */
+      Vdeactivate_mark = Qnil;
+
       /* Execute the command.  */
 
       Vthis_command = cmd;